home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / PD / CAMPINS.ZIP / UsrFriendy < prev    next >
Text File  |  2002-05-24  |  787b  |  31 lines

  1. If "<ChangeFSI$Dir>" = "" Then Error Please open a Filer directory containing !ChangeFSI V1.15 (or better) then try again.
  2.  
  3. | This turns on or off the Hourglass when ChangeFSI is converting.
  4. | If you don't want it on Make the line below 'Off'
  5. Set ChangeFSI$Hourglass On
  6.  
  7. Set ChangeFSI$Cache 2000k
  8.  
  9. WimpSlot -min 2000K
  10. WimpSlot -next 2000K
  11.  
  12. Set campin$dir <obey$dir>.resources
  13. Set campin$path <campin$dir>.
  14. DIR <campin$dir>
  15.  
  16. | fetch the UserFriendly page and extracts the URL to todays Cartoon!
  17. curl --env http://www.userfriendly.org/  -o today -s
  18. campin:errorcheck
  19.  
  20. campin:getimgsrc "Latest Strip"
  21.  
  22. DO campin:curl --env <urlstring> -o image -s
  23. campin:errorcheck
  24.  
  25. campin:camchk campin:Image
  26.  
  27. campin:CFSI campin:image campin:sprite 28r 10:7 -nomode { > null: }
  28.  
  29. Backdrop -C campin:sprite
  30.  
  31.